chore: add govy skill#234
Draft
nieomylnieja wants to merge 8 commits into
Draft
Conversation
|
Test coverage changes:
|
Allow doc extraction to resolve embedded examples by function name so skill references no longer need source file links. This makes the govy skill docs self-contained and easier to maintain.
Replace generated example names in skill reference indexes with descriptive link labels so examples are easier to scan and navigate.
Rename example sections to readable, anchor-friendly titles across govy skill docs. Move explanatory prose into code comments so embedded examples stay self-contained.
Restructure the reference markdown files around topic-based sections with clearer intros, anchors, and nested navigation. This makes examples easier to scan and cross-reference across validation, rules, errors, and testing docs.
Add docextractor support for docs directives that render exported function docs from Go sources. Update the govy skill references to split the predefined rules catalog from usage examples.
Switch the extracted rule reference output to sorted one-line summaries and update the govy skill docs to match current metadata APIs and property path examples.
Expand the skill overview with clearer guidance and a full usage example. Update markdown embedding to process the skill root and handle fenced code blocks reliably.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Describe what is the motivation behind the proposed changes.
If possible reference the current solution/state of affairs.
Summary
Recap of changed code.
Related Changes
List related changes from other PRs (if any).
Testing
Each code change must be covered by unit tests.
Release Notes
If this change should be part of the Release Notes,
replace this entire paragraph with 1-3 sentences about the changes.
Otherwise, you MUST remove this section entirely.
Does this PR contain any breaking changes?
If so, add
## Breaking Changesheader and list the introduced changes there.